3 lines
189 B
TypeScript
3 lines
189 B
TypeScript
import type { ITeachingBubbleStyleProps, ITeachingBubbleStyles } from './TeachingBubble.types';
|
|
export declare const getStyles: (props: ITeachingBubbleStyleProps) => ITeachingBubbleStyles;
|