mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 17:32:36 +00:00
Created ValidationMessage.d.ts
This commit is contained in:
parent
76cf97ca95
commit
da4ebea782
1 changed files with 8 additions and 0 deletions
8
src/components/validationmessage/ValidationMessage.d.ts
vendored
Normal file
8
src/components/validationmessage/ValidationMessage.d.ts
vendored
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
import Vue, { VNode } from 'vue';
|
||||||
|
|
||||||
|
export declare class ValidationMessage extends Vue {
|
||||||
|
severity?: string;
|
||||||
|
$slots: {
|
||||||
|
'': VNode[];
|
||||||
|
}
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue