@tapie-kr/inspire-react
Version:
React Component Collection for INSPIRE
22 lines (19 loc) • 761 B
JavaScript
/* eslint-disable */
/*
* INSPIRE : Creative Kit
* React Component Collection for INSPIRE
*
* This file is generated automatically. Do not modify it manually
* Generated at : 2025. 3. 4. 오후 6:18:13
* @tapie-kr/inspire-react version: 0.2.15
*
* (c) 2025 TAPIE. All rights reserved.
* MIT License
*/
import { DraggableFileInput } from './categories/draggable-file.js';
import { FileInput } from './categories/file.js';
import { ImagePreviewInput } from './categories/image-preview.js';
import { ParagraphInput } from './categories/paragraph.js';
import { TextInput } from './categories/text.js';
const Input={Text:TextInput,Paragraph:ParagraphInput,File:FileInput,DraggableFile:DraggableFileInput,ImagePreview:ImagePreviewInput};
export { Input };