UNPKG

@el3um4s/svelte-get-component-info

Version:
10 lines (9 loc) 636 B
declare function hasProps(component: string): boolean; declare function getProps_asInFile(component: string): Array<string>; declare function hasActions(component: string): boolean; declare function getActions_asInFile(component: string): Array<string>; declare function hasSlots(component: string): boolean; declare function getSlots_asInFile(component: string): Array<string>; declare function hasCSS(component: string): boolean; declare function getCSS_asInFile(component: string): Array<string>; export { hasProps, getProps_asInFile, hasActions, getActions_asInFile, hasSlots, getSlots_asInFile, hasCSS, getCSS_asInFile };