Files
starface-outlook-sync-addin/node_modules/@fluentui/react/lib-commonjs/components/Button/BaseButton.styles.d.ts
T
Stefan Hacker 37ad745546 first commit
2026-04-03 09:38:48 +02:00

9 lines
404 B
TypeScript

import type { IButtonStyles } from './Button.types';
import type { ITheme } from '../../Styling';
/**
* Gets the base button styles. Note: because it is a base class to be used with the `mergeRules`
* helper, it should have values for all class names in the interface. This let `mergeRules` optimize
* mixing class names together.
*/
export declare const getStyles: (theme: ITheme) => IButtonStyles;