mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 12:56:41 +07:00
file uploading template
This commit is contained in:
parent
cfe4731ded
commit
8dc43c77b7
7 changed files with 57 additions and 10 deletions
|
@ -5,11 +5,12 @@ import { INode } from '~/redux/types';
|
|||
interface IProps {
|
||||
data: INode;
|
||||
setData: (val: INode) => void;
|
||||
onUpload: (val: File[]) => void;
|
||||
};
|
||||
|
||||
const EditorPanel: FC<IProps> = ({
|
||||
}) => (
|
||||
<div className={styles.panel} />
|
||||
)
|
||||
);
|
||||
|
||||
export { EditorPanel };
|
||||
export { EditorPanel };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue