UNPKG

@harvest-profit/npk

Version:
10 lines 344 B
import ButtonComponent from './Button'; import ButtonGroup from './ButtonGroup'; type Button = typeof ButtonComponent & { Group: typeof ButtonGroup; }; declare const Button: Button; export default Button; export type { ButtonProps } from './Button'; export type { ButtonGroupProps } from './ButtonGroup'; //# sourceMappingURL=index.d.ts.map