Files
frontend/components/atoms/index.ts
T
TaNguyenThanhQuy c2afb3d3b5
Release package / release (push) Successful in 7m28s
fix: connect services to backend (#37)
Co-authored-by: Thanh Quy - wolf <524H0124@student.tdtu.edu.vn>
Reviewed-on: #37
Co-authored-by: TaNguyenThanhQuy <tanguyenthanhquy@noreply.localhost>
Co-committed-by: TaNguyenThanhQuy <tanguyenthanhquy@noreply.localhost>
2026-05-05 14:42:13 +00:00

16 lines
459 B
TypeScript

// Buttons
export { Button } from "./buttons";
export type { ButtonProps } from "./buttons";
// Inputs
export { TextInput, Textarea } from "./inputs";
export type { TextInputProps, TextareaProps } from "./inputs";
// Typography
export { Heading, Text, Caption } from "./typography";
export type { HeadingProps, TextProps, CaptionProps } from "./typography";
// Dividers
export { Divider } from "./dividers";
export type { DividerProps } from "./dividers";