UNPKG

@switch-to-eu/layout-ui

Version:

Modular UI design system for privacy-focused tools - React components with Tailwind CSS and theme customization

6 lines 278 B
export { FormInput } from "./FormInput"; export type { FormInputProps } from "./FormInput"; export { FormTextarea } from "./FormTextarea"; export type { FormTextareaProps } from "./FormTextarea"; export { isFieldRequired } from "./FormUtils"; //# sourceMappingURL=index.d.ts.map