UNPKG

@sertec/button

Version:
6 lines (5 loc) 306 B
export { Button } from './button.js'; export { IconButton } from './icon-button.js'; export { useShortcut } from './useShortcut.js'; export { ShortcutProvider, useShortcutContext } from './context.js'; export type { ButtonProps, IconButtonProps, ShortcutContextProps, MenuButtonProps, } from './types.js';