UNPKG

@kwiz/fluentui

Version:

KWIZ common controls for FluentUI

6 lines (5 loc) 148 B
import React from 'react'; interface IProps { } export declare const Centered: React.FunctionComponent<React.PropsWithChildren<IProps>>; export {};