mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-22 16:00:39 +01:00
feat(module): devtools integration (#2196)
Co-authored-by: Benjamin Canac <canacb1@gmail.com>
This commit is contained in:
8
src/runtime/composables/extendDevtoolsMeta.ts
Normal file
8
src/runtime/composables/extendDevtoolsMeta.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
export type DevtoolsMeta<T> = {
|
||||
defaultProps?: T
|
||||
example?: string
|
||||
ignore?: boolean
|
||||
ignoreProps?: string[]
|
||||
}
|
||||
|
||||
export function extendDevtoolsMeta<T>(_meta: DevtoolsMeta<T>) { }
|
||||
Reference in New Issue
Block a user