UNPKG

@farris/ui-vue

Version:

Farris Vue, a Farris Design based Vue3 component library.

4 lines (3 loc) 181 B
import { TouchTimeProps } from "../components/touch-time.props"; import { UseTimeValue } from './types'; export declare const useTimeValue: (props: TouchTimeProps) => UseTimeValue;