UNPKG

react-layout-timbel

Version:

모던한 React 컴포넌트 라이브러리입니다. Layout, Card, Button 컴포넌트를 포함합니다.

9 lines 431 B
export { Modal } from './components/Modal'; export type { ModalProps } from './components/Modal'; export { Layout } from './components/Layout'; export type { LayoutProps } from './components/Layout'; export { Card } from './components/Card'; export type { CardProps } from './components/Card'; export { Button } from './components/Button'; export type { ButtonProps } from './components/Button'; //# sourceMappingURL=index.d.ts.map