UNPKG

mdi-vue

Version:

Material Design Icons for Vue.js

44 lines (43 loc) 1.38 kB
export namespace props { const title: StringConstructor[]; namespace spin { export const type: BooleanConstructor; const _default: boolean; export { _default as default }; } const width: (StringConstructor | NumberConstructor)[]; const height: (StringConstructor | NumberConstructor)[]; const ariaLabel: StringConstructor[]; const staticClass: StringConstructor[]; namespace name { const type_1: StringConstructor; export { type_1 as type }; export const required: boolean; const _default_1: string; export { _default_1 as default }; } namespace size { const type_2: (StringConstructor | NumberConstructor)[]; export { type_2 as type }; const _default_2: number; export { _default_2 as default }; } namespace viewBox { const type_3: StringConstructor; export { type_3 as type }; const _default_3: string; export { _default_3 as default }; } namespace xmlns { const type_4: StringConstructor; export { type_4 as type }; const _default_4: string; export { _default_4 as default }; } namespace role { const type_5: StringConstructor; export { type_5 as type }; const _default_5: string; export { _default_5 as default }; } }