feat(framebuffer): initial support

This commit is contained in:
Simon Chan 2020-09-26 06:22:49 +08:00
parent 8f2f221fdc
commit 50a6785580
17 changed files with 130 additions and 14 deletions

View file

@ -1,7 +1,7 @@
import { Callout, DirectionalHint, Link, mergeStyleSets, Text } from '@fluentui/react';
import { useBoolean } from '@uifabric/react-hooks';
import React, { useCallback, useRef } from 'react';
import withDisplayName from '../with-display-name';
import { withDisplayName } from '../utils';
const classNames = mergeStyleSets({
callout: {