Variable StyleValue

StyleValue: {
    form: (() => Form<StyleValue, StyleValueLike>);
    fromLike<T>(value) => StyleValue | Uninitable<T>;
    parse(input) => StyleValue;
}

Type declaration

Generated using TypeDoc