import { Breakpoint, RowProps } from '.' export interface TrayProps extends RowProps { name: string } export type TrayPropsKey = keyof TrayProps;