@userfrosting/theme-pink-cupcake
Version:
Pink Cupcake Theme for UserFrosting
12 lines (11 loc) • 311 B
TypeScript
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;