UNPKG

@axeptio/design-system

Version:
17 lines (15 loc) 261 B
export default Switch; declare function Switch({ active, label, offText, onText, onChange }: { active?: boolean; label?: string; offText?: boolean; onText?: boolean; onChange?: function; }): JSX.Element; //# sourceMappingURL=index.d.ts.map