mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-14 16:46:22 +08:00
feat: forced file naming format (#2270)
This commit is contained in:
+1
-1
@@ -1,7 +1,7 @@
|
||||
import { Children, cloneElement, forwardRef } from 'react';
|
||||
|
||||
import type { ButtonProps } from './interface';
|
||||
import { Loading } from './Loading';
|
||||
import { Loading } from './loading';
|
||||
import { StyledButton } from './styles';
|
||||
import { getSize } from './utils';
|
||||
export const Button = forwardRef<HTMLButtonElement, ButtonProps>(
|
||||
@@ -1,3 +1,3 @@
|
||||
export * from './Button';
|
||||
export * from './IconButton';
|
||||
export * from './TextButton';
|
||||
export * from './button';
|
||||
export * from './icon-button';
|
||||
export * from './text-button';
|
||||
|
||||
Reference in New Issue
Block a user