UNPKG

fenextjs-hook

Version:
5 lines (4 loc) 201 B
import { FenextjsDate, FenextjsDateProps } from "fenextjs-date"; export interface useDateProps extends FenextjsDateProps { } export declare const useDate: ({ ...props }: useDateProps) => FenextjsDate;