UNPKG

@coinmeca/ui

Version:

This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).

14 lines 328 B
export interface State { img?: { width?: number; height?: number; src?: any; style?: object; alt?: string; }; message?: any; children?: any; style?: object; } export default function State(props: State): import("react").JSX.Element; //# sourceMappingURL=State.d.ts.map