@ducor/react
Version:
admin template ui interface
5 lines (4 loc) • 321 B
TypeScript
import { Attributes, ReactNode } from "react";
export type GapValue = 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10;
export declare function getGapClass(key?: GapValue): string;
export declare function createMemoElement(type: any, props: Attributes, children: ReactNode[]): import("react").FunctionComponentElement<object>;