UNPKG

@conductionnl/nl-design-system

Version:

NL design system components created by Conduction

12 lines (11 loc) 236 B
import * as React from "react"; interface SpinnerProps { paddingX?: string; } /** * This components renders a switch. * * @returns JSX of the generated Switch. */ export declare const Spinner: React.FC<SpinnerProps>; export {};