@trail-ui/react
Version:
8 lines (6 loc) • 455 B
TypeScript
declare function composeTailwindRenderProps<T>(className: string | ((v: T) => string) | undefined, tw: string | Array<string | undefined>): string | ((v: T) => string);
declare const focusOutlineStyle: string[];
declare const inputFieldStyle: string[];
declare const groupContentStyle: string[];
declare const selectBoxIndicator: string[];
export { composeTailwindRenderProps, focusOutlineStyle, groupContentStyle, inputFieldStyle, selectBoxIndicator };