Co-authored-by: GitHub Action <action@github.com> Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
7 lines
136 B
TypeScript
7 lines
136 B
TypeScript
export {
|
|
Collapsible,
|
|
type CollapsibleProps,
|
|
type CollapsibleTriggerProps,
|
|
type CollapsibleContentProps,
|
|
} from "./collapsible"
|