UNPKG

@voiceiq/web-components

Version:

VoiceIQ Web Component library

6 lines (5 loc) 285 B
import React from 'react'; import { DividerProps, Theme } from './Divider.types'; declare const DividerComponent: React.ForwardRefExoticComponent<DividerProps & React.RefAttributes<HTMLHRElement>>; export declare const DividerTheme: typeof Theme; export default DividerComponent;