UNPKG

verstak

Version:
12 lines (11 loc) 288 B
import { Styling } from "./Styling.js"; export type ToggleStyling = { main: string; icon: string; label: string; }; export declare class DefaultToggleStyling extends Styling implements ToggleStyling { get main(): string; get icon(): string; get label(): string; }