Files
community-rule/app/components/Alert/index.tsx
T
2026-02-02 09:24:03 -07:00

3 lines
94 B
TypeScript

export { default } from "./Alert.container";
export type { AlertProps } from "./Alert.types";