refactor: split storybook (#2706)

This commit is contained in:
Himself65
2023-06-07 16:55:06 +08:00
committed by GitHub
parent f4be15baec
commit c4c4ec6a67
35 changed files with 195 additions and 165 deletions
@@ -4,6 +4,9 @@ import type { ButtonProps } from './interface';
import { Loading } from './loading';
import { StyledButton } from './styles';
import { getSize } from './utils';
export type { ButtonProps };
export const Button = forwardRef<HTMLButtonElement, ButtonProps>(
(
{
@@ -1,4 +1,5 @@
export * from './button';
export * from './dropdown';
export * from './icon-button';
export * from './radio';
export * from './text-button';