UNPKG

@educrib/firefly

Version:

UI design system for Educrib Ecosystem

17 lines (16 loc) 982 B
export { default as Select, type SelectProps } from "./Select"; export { default as TextArea, type TeaxtAreaProps } from "./TextArea"; export { default as Button, type ButtonProps } from "./Button"; export { default as Input, type InputProps } from "./Input"; export { default as Label, type LabelProps } from "./Label"; export { default as Text, type TextProps } from "./Text"; export { default as Form, type FormProps } from "./Form"; export { default as Field, type FieldProps } from "./Field"; export { default as Switch, type SwitchProps} from "./Switch"; export { default as Typography, type TypographyProps} from "./Typography"; export { default as Error, type ErroProps} from "./Error"; export { default as Content, ContentProps} from "./Content"; export { default as Tag, TagProps} from "./Tag"; export { default as Logo, LogoProps} from "./Logo"; export { default as Avatar, type AvatarProps} from "./Avatar"; export { default as Footer, PageFooterProps} from "./Footer";