UNPKG

@zag-js/signature-pad

Version:

Core logic for the signature-pad widget implemented as a state machine

10 lines (9 loc) 658 B
export { anatomy } from './signature-pad.anatomy.mjs'; export { connect } from './signature-pad.connect.mjs'; export { machine } from './signature-pad.machine.mjs'; export { props, splitProps } from './signature-pad.props.mjs'; export { SignaturePadApi as Api, DataUrlOptions, DataUrlType, DrawDetails, DrawEndDetails, DrawingOptions, ElementIds, HiddenInputProps, IntlTranslations, SignaturePadMachine as Machine, Point, SignaturePadProps as Props, SegmentPathProps, SignaturePadService as Service } from './signature-pad.types.mjs'; export { StrokeOptions } from 'perfect-freehand'; import '@zag-js/anatomy'; import '@zag-js/types'; import '@zag-js/core';