From bf7ff8d901912beae50dbeac7c4353ffb824f6c2 Mon Sep 17 00:00:00 2001 From: aluarius Date: Fri, 17 Feb 2023 13:24:37 +0600 Subject: [PATCH] feat: smart-helpers added to nuxt module types --- packages/nuxt/src/types.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/nuxt/src/types.ts b/packages/nuxt/src/types.ts index 780244fc99..c56d763e36 100644 --- a/packages/nuxt/src/types.ts +++ b/packages/nuxt/src/types.ts @@ -18,7 +18,7 @@ export interface VuesticOptions { * * @see https://vuestic.dev/en/getting-started/tree-shaking#css-code-split */ - css: Array<'typography' | 'grid' | 'reset'> | boolean, + css: Array<'typography' | 'grid' | 'reset' | 'smart-helpers'> | boolean, /** * Use vuestic default fonts.