UNPKG

vite-plugin-vue-css-modules

Version:

✨ Ultimate solution for using CSS modules without any hassle. Automatic replacement for Vue templates and scripts

9 lines (8 loc) 172 B
export interface IOptions { alphabet: string; lastId?: string; } export default function ({ alphabet, lastId }: IOptions): { (): string; lastId: string; };