First commit
This commit is contained in:
8
node_modules/@fortawesome/vue-fontawesome/index.d.ts
generated
vendored
Normal file
8
node_modules/@fortawesome/vue-fontawesome/index.d.ts
generated
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
import { FunctionalComponentOptions, VueConstructor } from 'vue'
|
||||
import { PropsDefinition } from 'vue/types/options'
|
||||
interface FontAwesomeIconProps { }
|
||||
interface FontAwesomeLayersProps { }
|
||||
interface FontAwesomeLayersTextProps { }
|
||||
export const FontAwesomeIcon: FunctionalComponentOptions<FontAwesomeIconProps, PropsDefinition<FontAwesomeIconProps>> & VueConstructor
|
||||
export const FontAwesomeLayers: FunctionalComponentOptions<FontAwesomeLayersProps, PropsDefinition<FontAwesomeLayersProps>>
|
||||
export const FontAwesomeLayersText: FunctionalComponentOptions<FontAwesomeLayersTextProps, PropsDefinition<FontAwesomeLayersTextProps>>
|
||||
Reference in New Issue
Block a user