- Updated all component headers and documentation
- Changed navbar and footer branding
- Updated homepage hero badge
- Modified page title in index.html
- Simplified footer text to 'Built with ❤️'
- Consistent V2 capitalization across all references
14 lines
385 B
TypeScript
14 lines
385 B
TypeScript
declare namespace _default {
|
|
export { node };
|
|
export { circle };
|
|
export { ellipse };
|
|
export { polygon };
|
|
export { rect };
|
|
}
|
|
export default _default;
|
|
import node from './intersect-node.js';
|
|
import circle from './intersect-circle.js';
|
|
import ellipse from './intersect-ellipse.js';
|
|
import polygon from './intersect-polygon.js';
|
|
import rect from './intersect-rect.js';
|