- 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
16 lines
400 B
TypeScript
16 lines
400 B
TypeScript
/**
|
|
* @param {Context} context
|
|
* @returns {string}
|
|
*/
|
|
export function getCreateClassFromContext(context: Context): string;
|
|
/**
|
|
* @param {Context} context
|
|
* @returns {string}
|
|
*/
|
|
export function getFragmentFromContext(context: Context): string;
|
|
/**
|
|
* @param {Context} context
|
|
* @returns {string}
|
|
*/
|
|
export function getFromContext(context: Context): string;
|
|
//# sourceMappingURL=pragma.d.ts.map
|