feat: forced file naming format (#2270)

This commit is contained in:
Himself65
2023-05-09 06:37:07 +08:00
committed by GitHub
parent 95bc5cac49
commit 4f99ad2db4
132 changed files with 208 additions and 100 deletions
+4 -4
View File
@@ -1,7 +1,7 @@
import Modal from './Modal';
import Modal from './modal';
export * from './Modal';
export * from './ModalCloseButton';
export * from './ModalWrapper';
export * from './modal';
export * from './modal-close-button';
export * from './modal-wrapper';
export default Modal;
@@ -2,8 +2,8 @@ import { CloseIcon } from '@blocksuite/icons';
import type { HTMLAttributes } from 'react';
import { styled } from '../../styles';
import type { IconButtonProps } from '../button/IconButton';
import { IconButton } from '../button/IconButton';
import type { IconButtonProps } from '../button/icon-button';
import { IconButton } from '../button/icon-button';
export type ModalCloseButtonProps = {
top?: number;
right?: number;