@atlaskit/onboarding
Version:
An onboarding spotlight introduces new features to users through focused messages or multi-step tours.
11 lines (10 loc) • 388 B
TypeScript
/**
* @deprecated
* Custom button themes are deprecated and will be removed in the future.
*/
export declare const spotlightButtonTheme: (current: any, themeProps: Record<string, any>) => any;
/**
* @deprecated
* Custom button themes are deprecated and will be removed in the future.
*/
export declare const modalButtonTheme: (current: any, themeProps: Record<string, any>) => any;