3 lines
126 B
TypeScript
3 lines
126 B
TypeScript
|
|
export { default } from './Button';
|
||
|
|
export { default as Button } from './Button';
|
||
|
|
export type { ButtonProps } from './Button';
|