UNPKG

@ovine/craft

Version:
48 lines (47 loc) 1.02 kB
declare namespace _default { export { refProps }; export { selectProps }; export { selectorInfo }; } export default _default; declare namespace refProps { const base: ({ name: string; label: string; type: string; value?: undefined; options?: undefined; } | { type: string; name: string; label: string; value: string; options: { label: string; value: string; }[]; })[]; const ui: { type: string; name: string; label: string; }[]; const advance: { type: string; name: string; label: string; }[]; } declare const selectProps: {}; declare namespace selectorInfo { const type: string; const label: string; const img: string; const desc: string; namespace template { const type_1: string; export { type_1 as type }; const label_1: string; export { label_1 as label }; } }