UNPKG

ui-box

Version:

Blazing Fast React UI Primitive

5 lines (4 loc) 161 B
import { BoxPropValue } from './types/enhancers'; export default function expandAliases(props: { [key: string]: BoxPropValue; }): Map<string, BoxPropValue>;