@uplink-protocol/calendar-controller
Version:
Flexible calendar and time picker API supporting both calendar, date-picker, and time-picker integrations for any JavaScript framework or library
15 lines (14 loc) • 379 B
JSON
{
"entryPoints": ["./src/index.ts"],
"out": "docs/api",
"name": "@uplink-protocol/form-controller",
"includeVersion": true,
"readme": "./README.md",
"exclude": ["**/__tests__/**/*"],
"excludeExternals": true,
"excludePrivate": true,
"excludeInternal": true,
"hideGenerator": true,
"theme": "default",
"plugin": ["typedoc-plugin-markdown"]
}