UNPKG

212 BTypeScriptView Raw
1import { Styles } from '../types/style';
2
3declare function directionalProperty(
4 property: string,
5 ...values: Array<null | void | string | null | void | number>
6): Styles;
7
8export default directionalProperty;