UNPKG

@appbuckets/react-ui-smart-components

Version:

UI Extended Components that work with @appbuckets/react-client and @appbuckets/react-ui

7 lines (6 loc) 166 B
declare type Actions = 'confirm' | 'form' | 'selector'; export default function assertUniqueComponentName( displayName: string, type: Actions ): void; export {};