@sertec/button
Version:
Sfera Button Component
6 lines (5 loc) • 306 B
TypeScript
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';