3 lines
182 B
TypeScript
3 lines
182 B
TypeScript
import type { ICalloutContentStyleProps, ICalloutContentStyles } from './Callout.types';
|
|
export declare const getStyles: (props: ICalloutContentStyleProps) => ICalloutContentStyles;
|