UNPKG

@compositive/foundation

Version:

Compositive framework foundation package.

4 lines 248 B
import type { AnyTheme } from "../theming"; import type { Surface } from "./SurfaceSpec"; export declare function useSurface<T extends AnyTheme>(names: ReadonlyArray<string | symbol>): Surface.ComponentType; //# sourceMappingURL=useSurface.d.ts.map