3 lines
76 B
TypeScript
3 lines
76 B
TypeScript
export { Alert } from "./Alert";
|
|
export type { AlertProps } from "./Alert";
|
export { Alert } from "./Alert";
|
|
export type { AlertProps } from "./Alert";
|