- 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
375 B
TypeScript
8 lines
375 B
TypeScript
export declare const clear: () => void;
|
|
export declare const setAccTitle: (txt: string) => void;
|
|
export declare const getAccTitle: () => string;
|
|
export declare const setAccDescription: (txt: string) => void;
|
|
export declare const getAccDescription: () => string;
|
|
export declare const setDiagramTitle: (txt: string) => void;
|
|
export declare const getDiagramTitle: () => string;
|