UNPKG

@vue-material/core

Version:

Yet another 'Material Design Components' library for Vue3.

7 lines (6 loc) 125 B
type Props = { src?: string; [key: string]: any; }; export declare function getSrc(props: Props): string; export {};