mirror of
https://github.com/Funkoala14/knowledgebase_law.git
synced 2025-06-09 03:18:15 +08:00
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
|