UNPKG

@axeptio/design-system

Version:
19 lines (17 loc) 310 B
export function Wave({ name, absoluteTop, absoluteBottom, height, bgColor, autoHeight }: { name: string; absoluteTop?: boolean; absoluteBottom?: boolean; height?: number; bgColor?: string; autoHeight?: boolean; }): JSX.Element; export default Wave; //# sourceMappingURL=index.d.ts.map