UNPKG

@el3um4s/svelte-get-component-info

Version:
5 lines (4 loc) 191 B
import type { Action } from "./interfaces"; declare function getActionInfo(s: string): Action; declare function getActionName(s: string): string; export { getActionInfo, getActionName };