UNPKG

@kadconsulting/dry

Version:
5 lines (4 loc) 129 B
import Button from './Button'; import type { ButtonProps } from './ButtonTypes'; export { Button }; export type { ButtonProps };