Skip to content

Instantly share code, notes, and snippets.

@isummation
Last active September 14, 2017 07:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save isummation/1b37f8d8d4cc76e4754511224eb98942 to your computer and use it in GitHub Desktop.
Save isummation/1b37f8d8d4cc76e4754511224eb98942 to your computer and use it in GitHub Desktop.
// dynamic-control.config.ts
export interface DynamicControlConfig {
type: string;
name: string;
label: string;
placeholder: string;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment