Skip to content

Commit 733d04c

Browse files
committed
[daisy5] Add Inputs augmentation
1 parent 97d5c10 commit 733d04c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/daisyui5-theme/src/lib/index.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ import { components } from './components/index.js';
66
import { widgets, type CalendarProps } from './widgets/index.js';
77

88
declare module '@sjsf/form' {
9+
interface Inputs {
10+
daisyui5CallyCalendar: CalendarProps;
11+
}
12+
913
interface UiOptions {
1014
trigger?: HTMLButtonAttributes;
1115
formatDate?: (date: string) => string;

0 commit comments

Comments
 (0)