UNPKG

@coreui/react-pro

Version:

UI Components Library for React.js

3 lines (2 loc) 248 B
export declare const getInputIdOrName: (attribute: string | [string, string], range: boolean, position?: "start" | "end") => string; export declare const getLocalDateFromString: (string: string, locale: string, time?: boolean) => Date | undefined;