4 lines
175 B
TypeScript
4 lines
175 B
TypeScript
import { ShadowConfig } from '@fluentui/merge-styles';
|
|
export type UseStyledHook = (scope: string) => ShadowConfig | undefined;
|
|
export declare const useStyled: UseStyledHook;
|