UNPKG

@ovine/craft

Version:
35 lines (34 loc) 698 B
declare namespace _default { export { refProps }; export { selectProps }; } export default _default; declare namespace refProps { const base: ({ type: string; name: string; label: string; value: string; options: { label: string; value: string; }[]; } | { name: string; label: string; type: string; value?: undefined; options?: undefined; })[]; const ui: { type: string; name: string; label: string; }[]; const advance: { type: string; name: string; label: string; }[]; } declare const selectProps: {};