UNPKG

siegel

Version:

Web application development ecosystem

7 lines (6 loc) 234 B
import type { Props, Component } from './types'; declare const Stepper: import("../_internals/types").CoreUIComponent<Props, NonNullableProps<{ theme: Props["theme"]; }>>; export default Stepper; export type { Component, Props };