UNPKG

cosmo-ui

Version:
8 lines (5 loc) 152 B
import { Breakpoint, RowProps } from '.' export interface TrayProps extends RowProps { name: string } export type TrayPropsKey = keyof TrayProps;