gather-content-ui
Version:
GatherContent UI Library
20 lines • 402 B
TypeScript
export declare const sizes: {
md: string;
xs: string;
xxs: string;
};
export declare const defaultProps: {
className: string;
size: string;
};
export declare const types: {
default: string;
red: string;
green: string;
purple: string;
yellow: string;
greenWhiteText: string;
blueWhiteText: string;
beta: string;
};
//# sourceMappingURL=common.d.ts.map