Skip to content

Commit a683bb5

Browse files
committed
feat(wrappedPrimeInputs): List of PrimeVue inputs used by this Library plus Button needed for Form
1 parent bfd967c commit a683bb5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ export {
2222
usePrimeInputs,
2323
}
2424

25+
export const wrappedPrimeInputs: string[] = ['AutoComplete', 'Button', 'CascadeSelect', 'Checkbox', 'Chip', 'ColorPicker', 'DatePicker', 'Editor', 'InputMask', 'InputNumber', 'InputOtp', 'InputText', 'Knob', 'Listbox', 'MultiSelect', 'Password', 'RadioButton', 'Rating', 'Select', 'SelectButton', 'Slider', 'Textarea', 'ToggleButton', 'ToggleSwitch', 'TreeSelect']
26+
2527
declare module '@formkit/inputs' {
2628
interface FormKitInputProps<Props extends FormKitInputs<Props>> {
2729
primeAutoComplete: {

0 commit comments

Comments
 (0)