UNPKG

galileo-ui

Version:

My Design System Components

10 lines (9 loc) 276 B
import React from "react"; interface AccordionProps { title: string; children: React.ReactNode; headerColor: string; color?: string; } export declare function StkAccordion({ title, children, headerColor, color }: AccordionProps): React.JSX.Element; export {};