4 lines
110 B
TypeScript
Executable File
4 lines
110 B
TypeScript
Executable File
import Anchor, { AnchorProps } from '@restart/ui/Anchor';
|
|
export type { AnchorProps };
|
|
export default Anchor;
|