compote-ui
Version:
An opinionated UI component library for Svelte, built on top of [Ark UI](https://ark-ui.com) with additional components and features not available in the core Ark UI library.
6 lines (5 loc) • 375 B
TypeScript
export { default as Root } from './fieldset.svelte';
export { default as Legend } from './fieldset-legend.svelte';
export { default as HelperText } from './fieldset-helper-text.svelte';
export { default as ErrorText } from './fieldset-error-text.svelte';
export type { FieldsetRootProps, FieldsetLegendProps, FieldsetHelperTextProps, FieldsetErrorTextProps } from './types';