UNPKG

@snowball-tech/fractal

Version:

Fractal's (Snowball's design system) React component library based on RadixUI and TailwindCSS

8 lines (7 loc) 302 B
import { PaperProps } from "./Paper.types.js"; import * as _$react from "react"; //#region src/components/Paper/Paper.d.ts declare const Paper: _$react.ForwardRefExoticComponent<PaperProps & _$react.RefAttributes<HTMLElement | null>>; //#endregion export { Paper }; //# sourceMappingURL=Paper.d.ts.map