@dvcol/neo-svelte
Version:
Neomorphic ui library for svelte 5
13 lines (12 loc) • 710 B
TypeScript
export { default as NeoButton } from './NeoButton.svelte';
export { default as NeoButtonGroup } from './NeoButtonGroup.svelte';
export { default as NeoCheckboxButton } from './NeoCheckboxButton.svelte';
export { default as NeoRadioButton } from './NeoRadioButton.svelte';
export { default as NeoSwitchButton } from './NeoSwitchButton.svelte';
export { default as NeoArrowButton } from './NeoArrowButton.svelte';
export type * from './neo-button.model.js';
export type * from './neo-button-group.model.js';
export type * from './neo-checkbox-button.model.js';
export type * from './neo-radio-button.model.js';
export type * from './neo-switch-button.model.js';
export type * from './neo-arrow-button.model.js';