@surveycake/rc
Version:
react component of surveycake
17 lines (16 loc) • 1.2 kB
TypeScript
/**
* Please use customEmotion for all emotion related imports due to the nonce issue.
* Reference:
* https://emotion.sh/docs/@emotion/cache#nonce
* https://emotion.sh/docs/@emotion/css#multiple-instances-in-a-single-app-example
*/
export declare const flush: () => void, hydrate: (ids: string[]) => void, cx: (...classNames: import("create-emotion").ClassNamesArg[]) => string, merge: (className: string) => string, getRegisteredStyles: (registeredStyles: string[], className: string) => string, injectGlobal: {
(template: TemplateStringsArray, ...args: import("create-emotion").Interpolation<undefined>[]): void;
(...args: import("create-emotion").Interpolation<undefined>[]): void;
}, keyframes: {
(template: TemplateStringsArray, ...args: import("create-emotion").Interpolation<undefined>[]): string;
(...args: import("create-emotion").Interpolation<undefined>[]): string;
}, css: {
(template: TemplateStringsArray, ...args: import("create-emotion").Interpolation<undefined>[]): string;
(...args: import("create-emotion").Interpolation<undefined>[]): string;
}, sheet: import("create-emotion").StyleSheet, cache: import("create-emotion").EmotionCache;