UNPKG

@meshify/form-elements

Version:
9 lines (8 loc) 232 B
/// <reference types="react" /> import "./../styles/theme-colors-picker.scss"; interface IProps { name: string; form: any; } declare const ThemeColorsPicker: (props: IProps) => JSX.Element; export default ThemeColorsPicker;