- 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
9 lines
214 B
TypeScript
9 lines
214 B
TypeScript
declare function _exports(messageId: any, message: any): {
|
|
messageId: any;
|
|
message?: undefined;
|
|
} | {
|
|
message: any;
|
|
messageId?: undefined;
|
|
};
|
|
export = _exports;
|
|
//# sourceMappingURL=message.d.ts.map
|