galileo-ui
Version:
My Design System Components
14 lines • 591 B
TypeScript
declare module 'galileo-ui' {
export function StkButton(): JSX.Element;
export function StkButton(): JSX.Element;
export function StkCard(): JSX.Element;
export function StkAccordion(): JSX.Element;
export function Checkbox(): JSX.Element;
export function StkLink(): JSX.Element;
export function StkImage(): JSX.Element;
export function StkTable(): JSX.Element;
export function StkRadio(): JSX.Element;
export function StkSwitch(): JSX.Element;
export function StkAlert(): JSX.Element;
export function StkHeader(): JSX.Element;
};