UNPKG

@userfrosting/theme-pink-cupcake

Version:
12 lines (11 loc) 311 B
import { App } from 'vue'; /** * Pink Cupcake Theme initialization recipe. * * This recipe is responsible for loading the Pink Cupcake, Admin, Account and * Core sprinkle plugins. It also load the FontAwesome icons. */ declare const _default: { install: (app: App) => void; }; export default _default;