UNPKG

y-design-ssr

Version:

SSR component library of YUI with Vue3

4 lines (3 loc) 173 B
import { FlexDirectionProperty } from 'csstype'; import { Location } from './types'; export declare const parseFlexDirection: (location: Location) => FlexDirectionProperty;