- 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
8 lines
210 B
TypeScript
8 lines
210 B
TypeScript
export function setConf(): void;
|
|
export function draw(text: any, id: any, version: any, diagObj: any): void;
|
|
declare namespace _default {
|
|
export { setConf };
|
|
export { draw };
|
|
}
|
|
export default _default;
|