3 lines
144 B
TypeScript
3 lines
144 B
TypeScript
import type { IPanelStyleProps, IPanelStyles } from './Panel.types';
|
|
export declare const getStyles: (props: IPanelStyleProps) => IPanelStyles;
|