UNPKG

@kwiz/fluentui

Version:

KWIZ common controls for FluentUI

9 lines (8 loc) 304 B
import { DividerProps } from '@fluentui/react-components'; import React from 'react'; interface IProps extends DividerProps { } export declare const DividerEX: (props: IProps & { children?: React.ReactNode | undefined; } & React.RefAttributes<HTMLDivElement>) => React.JSX.Element | null; export {};