fictoan-react
Version:
A full-featured, designer-friendly, yet performant framework with plain-English props and focus on rapid iteration.
21 lines • 1.39 kB
TypeScript
export { Checkbox, type CheckboxProps } from './Checkbox/Checkbox';
export { CheckboxGroup, SwitchGroup, type InputGroupProps } from './Checkbox/CheckboxAndSwitchGroup';
export { FileUpload, type FileUploadProps } from './FileUpload/FileUpload';
export { Form, type FormProps } from './Form/Form';
export { FormItem, type FormItemProps } from './FormItem/FormItem';
export { FormItemGroup, type FormItemGroupProps } from './FormItemGroup/FormItemGroup';
export { InputField, type InputFieldProps } from './InputField/InputField';
export { InputLabel, type InputLabelProps } from './InputLabel/InputLabel';
export { ListBox } from './ListBox/ListBox';
export { type ListBoxProps } from './ListBox/constants';
export { PinInputField, type PinInputFieldProps } from './PinInputField/PinInputField';
export { RadioButton } from './RadioButton/RadioButton';
export { RadioGroup } from './RadioButton/RadioGroup';
export { type RadioButtonProps, type RadioGroupProps, type RadioTabGroupProps } from './RadioButton/constants';
export { Range, type RangeProps } from './Range';
export { Select } from './Select/Select';
export { type SelectProps } from './Select/constants';
export { RadioTabGroup } from './RadioButton/RadioTabGroup';
export { Switch, type SwitchProps } from './Checkbox/Switch';
export { TextArea, type TextareaProps } from './TextArea/TextArea';
//# sourceMappingURL=index.d.ts.map