UNPKG

summit-kit

Version:

A React component library for building modern web applications with an earthy and outdoorsy flair.

8 lines (7 loc) 168 B
export type ClassesProps = { classes?: string[]; }; export type StandardProps = { children: React.ReactNode; style?: React.CSSProperties; } & ClassesProps;