5 lines
237 B
TypeScript
5 lines
237 B
TypeScript
import type { IButtonStyles } from './Button.types';
|
|
import type { ITheme } from '../../Styling';
|
|
export declare function standardStyles(theme: ITheme): IButtonStyles;
|
|
export declare function primaryStyles(theme: ITheme): IButtonStyles;
|