We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Inputs
1 parent 97d5c10 commit 733d04cCopy full SHA for 733d04c
packages/daisyui5-theme/src/lib/index.ts
@@ -6,6 +6,10 @@ import { components } from './components/index.js';
6
import { widgets, type CalendarProps } from './widgets/index.js';
7
8
declare module '@sjsf/form' {
9
+ interface Inputs {
10
+ daisyui5CallyCalendar: CalendarProps;
11
+ }
12
+
13
interface UiOptions {
14
trigger?: HTMLButtonAttributes;
15
formatDate?: (date: string) => string;
0 commit comments