3 lines
174 B
TypeScript
3 lines
174 B
TypeScript
import type { IChoiceGroupStyleProps, IChoiceGroupStyles } from './ChoiceGroup.types';
|
|
export declare const getStyles: (props: IChoiceGroupStyleProps) => IChoiceGroupStyles;
|