mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-03-07 18:01:40 -05:00
3 lines
79 B
TypeScript
3 lines
79 B
TypeScript
export { Button } from './button';
|
|
export type { ButtonProps } from './types';
|