Files
remark42/frontend/app/components/input/index.ts
T
2021-03-04 12:02:46 -06:00

3 lines
76 B
TypeScript

export { Input } from './input';
export type { InputProps } from './input';