3 lines
203 B
TypeScript
3 lines
203 B
TypeScript
export declare const PREFIX = "[@strapi/design-system]:";
|
|
export declare const once: <TFunc extends (...args: any) => any>(fn: TFunc) => (...args: any) => void;
|
|
//# sourceMappingURL=deprecations.d.ts.map
|