UNPKG

@ovine/craft

Version:
19 lines (18 loc) 357 B
declare namespace _default { export { refProps }; export { selectProps }; } export default _default; declare namespace refProps { const base: { type: string; name: string; label: string; }[]; const ui: { type: string; name: string; label: string; }[]; } declare const selectProps: {};