UNPKG

react-layout-timbel

Version:

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

9 lines 300 B
// Modal 컴포넌트 export { Modal } from './components/Modal'; // Layout 컴포넌트 export { Layout } from './components/Layout'; // Card 컴포넌트 export { Card } from './components/Card'; // Button 컴포넌트 export { Button } from './components/Button'; //# sourceMappingURL=index.js.map