@ark-ui/react
Version:
A collection of unstyled, accessible UI components for React, utilizing state machines for seamless interaction.
15 lines (14 loc) • 1.66 kB
text/typescript
export type { DrawDetails as SignaturePadDrawDetails, DrawEndDetails as SignaturePadDrawEndDetails, DrawingOptions as SignaturePadDrawingOptions, } from '@zag-js/signature-pad';
export { SignaturePadClearTrigger, type SignaturePadClearTriggerBaseProps, type SignaturePadClearTriggerProps, } from './signature-pad-clear-trigger';
export { SignaturePadContext, type SignaturePadContextProps } from './signature-pad-context';
export { SignaturePadControl, type SignaturePadControlBaseProps, type SignaturePadControlProps, } from './signature-pad-control';
export { SignaturePadGuide, type SignaturePadGuideBaseProps, type SignaturePadGuideProps } from './signature-pad-guide';
export { SignaturePadHiddenInput, type SignaturePadHiddenInputBaseProps, type SignaturePadHiddenInputProps, } from './signature-pad-hidden-input';
export { SignaturePadLabel, type SignaturePadLabelBaseProps, type SignaturePadLabelProps } from './signature-pad-label';
export { SignaturePadRoot, type SignaturePadRootBaseProps, type SignaturePadRootProps } from './signature-pad-root';
export { SignaturePadRootProvider, type SignaturePadRootProviderBaseProps, type SignaturePadRootProviderProps, } from './signature-pad-root-provider';
export { SignaturePadSegment, type SignaturePadSegmentBaseProps, type SignaturePadSegmentProps, } from './signature-pad-segment';
export { signaturePadAnatomy } from './signature-pad.anatomy';
export { useSignaturePad, type UseSignaturePadProps, type UseSignaturePadReturn } from './use-signature-pad';
export { useSignaturePadContext, type UseSignaturePadContext } from './use-signature-pad-context';
export * as SignaturePad from './signature-pad';