index.d.ts 357 B

123456
  1. /// <reference types="react" />
  2. import { DageFileCheckboxMethods, DageFileCheckboxProps } from "./types";
  3. export declare const DageFileCheckbox: import("react").ForwardRefExoticComponent<DageFileCheckboxProps & import("react").RefAttributes<DageFileCheckboxMethods>>;
  4. export * from "./types";
  5. export * from "./constants";
  6. //# sourceMappingURL=index.d.ts.map