c2afb3d3b5
Release package / release (push) Successful in 7m28s
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>
4 lines
170 B
TypeScript
4 lines
170 B
TypeScript
export { default as TextInput } from "./TextInput";
|
|
export { default as Textarea } from "./Textarea";
|
|
export type { TextInputProps, TextareaProps } from "./Input.types";
|